Class LaneNet
Defined in File lanenet_merge_model.py
Inheritance Relationships
Base Type
public CNNBaseModel
Class Documentation
- lanenet_model.lanenet_merge_model.LaneNet : public cnn_basenet.CNNBaseModel
Public Functions
- __init__(self, phase, net_flag='vgg')
Implement semanic segmentation model.
- __str__(self)
- Returns
- compute_loss(self, input_tensor, binary_label, instance_label, name)
Compute LaneNet loss function.
- Parameters
input_tensor –
binary_label – @paraminstance_label:
name –
- Returns
- inference(self, input_tensor, name)
- Parameters
input_tensor –
name –
- Returns